home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Hacking & Misc / BOTKILL.sit / BOTKILL / BOTKILL / README next >
Text File  |  1993-07-17  |  2KB  |  64 lines

  1. David S. Park
  2. Copyright (c) 1993
  3.  
  4. Congratulations!  You are now the proud new owner of a botkiller.
  5. Is that special bot being especially annoying today?  Before, you probably
  6. had to suffer through it without any recourse except for kicking/banning/
  7. deopping it.  Of course, if you didn't have massive numbers of friends
  8. or massive numbers of bots protecting you, you would probably start a kick
  9. war.  For a long time people have been complaining about the massive amount
  10. of bots on irc.  But no one has done anything about it for the common user.
  11.  
  12. Now, there is no need to kick/ban/deop that bot.  Just kill it!  You have the
  13. means in your hands.  This package is a complete bot killing package.
  14. Continue reading below and you shall see how to use it.  
  15.  
  16.  
  17. Type these commands once you are in this directory
  18.     cd Source
  19.     make
  20.  
  21. Now you are done with the hard part.  The program has been compiled and is
  22. in the same directory as this file.
  23.  
  24. Modify the file "servers."  In that file is a list of the servers that
  25. your botkillers will connect to.  Each line contains a server name and
  26. a port number.  Add and remove any servers you wish.  The more servers
  27. that are in the file, the better.
  28.  
  29. Now you are ready to try the program out.  This is the command line for
  30. the botkiller:
  31.  
  32.     botkiller botnick num diephrase 1 1
  33.  
  34. Replace botnick with the nick of that special bot.
  35.  
  36. Replace num with the number of botkillers you want to set loose.
  37. The maximum number of botkillers you can set loose from one process is 30.
  38.  
  39. Replace diephrase with a one word phrase you will use to command the bots 
  40. to die.  The bots will join the channel #[botnick] once they come onto IRC.
  41. If you want to kill them, just type /msg #[botnick] [diephrase].
  42.  
  43.  
  44. Below is an example of a call to the program:
  45.  
  46.     botkiller stupidbot 25 dienow 1 1 &
  47.  
  48. To kill the botkillers, you would type from within IRC:
  49.  
  50.     /msg #stupidbot dienow
  51.  
  52.  
  53. I have found that the best way to kill a bot quickly is to start up three
  54. processes with 25 bot killers each.  I just do this:
  55.  
  56.     botkiller stupidbot 25 dienow 1 1 &
  57.     botkiller stupidbot 25 dienow 1 1 &
  58.     botkiller stupidbot 25 dienow 1 1 &
  59.  
  60. Of course, once the bot is dead, you should kill your bot killers by supplying
  61. the diephrase.
  62.  
  63. Happy bot killing!
  64.